Item Property

Summary
Gets or sets the IList at the specified index.
Syntax
C#
VB
C++
public T Item( 
   int index 
) { get; set; } 
  
Public Default Property Item( _ 
   ByVal index As Integer _ 
) As T 
public: 
property T^ default [int] { 
   T^ get(int index); 
   void set (int index, T^); 
} 

Parameters

index
The index for the item in the list.

Property Value

The item in the list.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.